home *** CD-ROM | disk | FTP | other *** search
/ Machine Hunter - Digital … Kit (Europe) (En,Fr,De) / Machine Hunter - Digital Press Kit (Europe) (En,Fr,De).bin / mac / EIDOSSS.CST / 00063_Script_63 < prev    next >
Text File  |  1997-04-30  |  193b  |  17 lines

  1. on selectlan
  2.   
  3.   global lan
  4.   
  5.   if lan = "e" then
  6.     goenglish
  7.   end if
  8.   if lan = "f" then
  9.     gofrench
  10.   end if
  11.   if lan = "g" then
  12.     gogerman
  13.   end if
  14.   
  15. end selectlan
  16.  
  17.